projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c52d8e
)
css-overview: Fix inconsistent British English use
author
Daniel Boles
<dboles@src.gnome.org>
Sat, 18 Mar 2017 12:29:28 +0000
(12:29 +0000)
committer
Daniel Boles
<dboles@src.gnome.org>
Sat, 18 Mar 2017 12:33:05 +0000
(12:33 +0000)
docs/reference/gtk/css-overview.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/css-overview.xml
b/docs/reference/gtk/css-overview.xml
index 0706f162e6132e7eae80f940eac64e817713aab6..1288f63d6180a1ec914e4b019248499c5d588eec 100644
(file)
--- a/
docs/reference/gtk/css-overview.xml
+++ b/
docs/reference/gtk/css-overview.xml
@@
-592,7
+592,7
@@
background-color: @bg_color;
to black or white as the number approaches 0 or 2 respectively. For mix(),
0 or 1 return the unaltered 1st or 2nd color respectively; numbers between
0 and 1 return blends of the two; and numbers below 0 or above 1 intensify
- the RGB components of the 1st or 2nd colo
u
r respectively. alpha() takes a
+ the RGB components of the 1st or 2nd color respectively. alpha() takes a
number from 0 to 1 and applies that as the opacity of the supplied color.
</para>